Initial import from Alltube app
Removed dependency on Config and LocaleManager classes Avoid using generic exceptions
This commit is contained in:
commit
98b74fd6f2
16 changed files with 3935 additions and 0 deletions
14
classes/exceptions/PopenStreamException.php
Normal file
14
classes/exceptions/PopenStreamException.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
namespace Alltube\Library\Exception;
|
||||
|
||||
/**
|
||||
* Could not open popen stream.
|
||||
*/
|
||||
class PopenStreamException extends AlltubeLibraryException
|
||||
{
|
||||
/**
|
||||
* @var string Error message
|
||||
*/
|
||||
protected $message = 'Could not open popen stream.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue