Added exceptions to gpio class

This commit is contained in:
2014-06-12 01:21:08 +02:00
parent 64d338cf90
commit cdb8edd4e0
5 changed files with 26 additions and 4 deletions

View File

@ -0,0 +1,9 @@
<?php
namespace NoccyLabs\Gpio\Exception;
use NoccyLabs\Gpio\GpioPin;
class HardwareException extends \Exception
{
}