silverstripe-dms/code/exceptions/FileNotFoundException.php

9 lines
194 B
PHP
Raw Permalink Normal View History

<?php
/**
* Simple exception extension so that we can tell the difference between internally
* raised exceptions and those thrown by DMS.
*/
2015-12-17 19:48:37 +01:00
class FileNotFoundException extends Exception
{
}