NoSuchWebsiteException.php 253 B

123456789101112131415
  1. <?php
  2. namespace Opentalent\OtAdmin\Exception;
  3. use Exception;
  4. /**
  5. * Class NoSuchWebsite
  6. * Raise this exception when a non-existing website is fetched
  7. *
  8. * @package Opentalent\OtCore\Exception
  9. */
  10. class NoSuchWebsiteException extends Exception {}