5 lines
85 B
PHP
5 lines
85 B
PHP
<?php namespace DaveJamesMiller\Breadcrumbs;
|
|
|
|
class Exception extends \Exception {
|
|
}
|