silverstripe-dms/code/exceptions/FileNotFoundException.php
2015-12-18 07:48:37 +13:00

9 lines
194 B
PHP

<?php
/**
* Simple exception extension so that we can tell the difference between internally
* raised exceptions and those thrown by DMS.
*/
class FileNotFoundException extends Exception
{
}