datatable.directory codebase https://datatable.directory/
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
datatable.directory/porklib/Exceptions/NotApplicableException.php

11 行
153 B

<?php
namespace MightyPork\Exceptions;
/**
* Something can't be used the way it was
*/
class NotApplicableException extends RuntimeException
{
//
}