<?php namespace Opentalent\OtAdmin\Exception; use Exception; /** * Class NoSuchWebsite * Raise this exception when a non-existing website is fetched * * @package Opentalent\OtCore\Exception */ class NoSuchWebsiteException extends Exception {}