9 lines
84 B
PHP
9 lines
84 B
PHP
<?php
|
|
|
|
namespace Wamania\Snowball;
|
|
|
|
class NotFoundException extends \Exception
|
|
{
|
|
|
|
}
|