8 lines
58 B
PHP
8 lines
58 B
PHP
<?php
|
|
|
|
namespace Fhaculty\Graph;
|
|
|
|
interface Exception
|
|
{
|
|
}
|