PATH:
home
/
lab2454c
/
sportsnovate.com
/
backups
/
core
/
vendor
/
facade
/
flare-client-php
/
src
/
Http
/
Exceptions
<?php namespace Facade\FlareClient\Http\Exceptions; use Exception; class MissingParameter extends Exception { public static function create(string $parameterName) { return new static("`$parameterName` is a required parameter"); } }
[-] NotFound.php
[edit]
[+]
..
[-] BadResponseCode.php
[edit]
[-] InvalidData.php
[edit]
[-] MissingParameter.php
[edit]
[-] BadResponse.php
[edit]