<?php namespace App\Generated\Exceptions; use Kamicloud\StubApi\Exceptions\BaseException; class NotFoundException extends BaseException { public function __construct($message = null) { parent::__construct($message, ErrorCode::NOT_FOUND); } }