mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-26 02:58:32 -04:00
9 lines
99 B
PHP
9 lines
99 B
PHP
<?php
|
|
|
|
namespace Zotlabs\ActivityStreams;
|
|
|
|
class UnhandledElementException extends \Exception
|
|
{
|
|
|
|
}
|