ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
wp-includes
2026-09-14 15:57:54
Editing: FileNotFoundException.php
Cancel
Save Changes
<?php /** * ua-parser * * Copyright (c) 2011-2012 Dave Olsen, http://dmolsen.com * * Released under the MIT license */ namespace UAParser\Exception; use Exception; class FileNotFoundException extends Exception { public static function fileNotFound($file) { return new static(sprintf('File "%s" does not exist', $file)); } public static function customRegexFileNotFound($file) { return new static( sprintf( 'ua-parser cannot find the custom regexes file you supplied ("%s"). Please make sure you have the correct path.', $file ) ); } public static function defaultFileNotFound($file) { return new static( sprintf( 'Please download the "%s" file before using ua-parser by running "php bin/uaparser ua-parser:update"', $file ) ); } }
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete