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