6 lines
180 B
PHP
6 lines
180 B
PHP
<?php
|
|
|
|
class MediaListing_Exception_NotADirectory extends MediaListing_Exception {};
|
|
class MediaListing_Exception_NotAFile extends MediaListing_Exception {};
|
|
|
|
?>
|