10 lines
141 B
PHP
10 lines
141 B
PHP
<?php
|
|
|
|
namespace Fhaculty\Graph\Exception;
|
|
|
|
use Fhaculty\Graph;
|
|
|
|
class RangeException extends \RangeException implements Graph\Exception
|
|
{
|
|
}
|